﻿2026-07-27T08:31:26.8420492Z ##[group]Run set -euo pipefail
2026-07-27T08:31:26.8420769Z [36;1mset -euo pipefail[0m
2026-07-27T08:31:26.8420980Z [36;1mPIN=0c95435[0m
2026-07-27T08:31:26.8421184Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T08:31:26.8421427Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T08:31:26.8421751Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T08:31:26.8422186Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T08:31:26.8422615Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T08:31:26.8422948Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T08:31:26.8423172Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T08:31:26.8423424Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T08:31:26.8423743Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T08:31:26.8424068Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T08:31:26.8424297Z [36;1mfi[0m
2026-07-27T08:31:26.8424563Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T08:31:26.8437014Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T08:31:26.8437286Z env:
2026-07-27T08:31:26.8437466Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T08:31:26.8437685Z ##[endgroup]
2026-07-27T08:31:27.1390100Z    Compiling proc-macro2 v1.0.106
2026-07-27T08:31:27.1390795Z    Compiling quote v1.0.45
2026-07-27T08:31:27.1391358Z    Compiling unicode-ident v1.0.24
2026-07-27T08:31:27.1391987Z    Compiling libc v0.2.186
2026-07-27T08:31:27.1392383Z    Compiling serde_core v1.0.228
2026-07-27T08:31:27.1392807Z    Compiling cfg-if v1.0.4
2026-07-27T08:31:27.1435737Z    Compiling serde v1.0.228
2026-07-27T08:31:27.1461841Z    Compiling log v0.4.32
2026-07-27T08:31:27.1513997Z    Compiling pin-project-lite v0.2.17
2026-07-27T08:31:27.1515134Z    Compiling typenum v1.20.1
2026-07-27T08:31:27.1515754Z    Compiling portable-atomic v1.13.1
2026-07-27T08:31:27.1588133Z    Compiling memchr v2.8.1
2026-07-27T08:31:27.1673145Z    Compiling version_check v0.9.5
2026-07-27T08:31:27.1714191Z    Compiling shlex v2.0.1
2026-07-27T08:31:27.1835194Z    Compiling critical-section v1.2.0
2026-07-27T08:31:27.2061235Z    Compiling find-msvc-tools v0.1.9
2026-07-27T08:31:27.2350553Z    Compiling subtle v2.6.1
2026-07-27T08:31:27.2417766Z    Compiling bytes v1.11.1
2026-07-27T08:31:27.3340871Z    Compiling futures-core v0.3.32
2026-07-27T08:31:27.3926861Z    Compiling equivalent v1.0.2
2026-07-27T08:31:27.4218029Z    Compiling smallvec v1.15.1
2026-07-27T08:31:27.4392253Z    Compiling itoa v1.0.18
2026-07-27T08:31:27.4531002Z    Compiling semver v1.0.28
2026-07-27T08:31:27.4594887Z    Compiling stable_deref_trait v1.2.1
2026-07-27T08:31:27.4692176Z    Compiling futures-sink v0.3.32
2026-07-27T08:31:27.5318631Z    Compiling futures-io v0.3.32
2026-07-27T08:31:27.5400437Z    Compiling slab v0.4.12
2026-07-27T08:31:27.5471806Z    Compiling futures-task v0.3.32
2026-07-27T08:31:27.5799693Z    Compiling generic-array v0.14.7
2026-07-27T08:31:27.5872071Z    Compiling futures-channel v0.3.32
2026-07-27T08:31:27.6846304Z    Compiling rand_core v0.10.1
2026-07-27T08:31:27.7050970Z    Compiling bitflags v2.12.1
2026-07-27T08:31:27.7160604Z    Compiling rustc_version v0.4.1
2026-07-27T08:31:27.7554893Z    Compiling hashbrown v0.17.1
2026-07-27T08:31:27.7940630Z    Compiling rustversion v1.0.22
2026-07-27T08:31:27.8090832Z    Compiling getrandom v0.4.2
2026-07-27T08:31:27.8151013Z    Compiling cpufeatures v0.2.17
2026-07-27T08:31:27.8300328Z    Compiling fnv v1.0.7
2026-07-27T08:31:27.8789796Z    Compiling cfg_aliases v0.2.1
2026-07-27T08:31:27.8922234Z    Compiling strsim v0.11.1
2026-07-27T08:31:27.9261228Z    Compiling litemap v0.8.2
2026-07-27T08:31:27.9330858Z    Compiling writeable v0.6.3
2026-07-27T08:31:27.9490656Z    Compiling icu_properties_data v2.2.0
2026-07-27T08:31:27.9850691Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T08:31:28.0300559Z    Compiling ident_case v1.0.1
2026-07-27T08:31:28.0934895Z    Compiling utf8_iter v1.0.4
2026-07-27T08:31:28.1281581Z    Compiling fs_extra v1.3.0
2026-07-27T08:31:28.1430558Z    Compiling dunce v1.0.5
2026-07-27T08:31:28.2529928Z    Compiling percent-encoding v2.3.2
2026-07-27T08:31:28.2555434Z    Compiling autocfg v1.5.1
2026-07-27T08:31:28.2737662Z    Compiling http v1.4.1
2026-07-27T08:31:28.3281059Z    Compiling thiserror v2.0.18
2026-07-27T08:31:28.3880573Z    Compiling cpufeatures v0.3.0
2026-07-27T08:31:28.3950545Z    Compiling unicode-segmentation v1.13.3
2026-07-27T08:31:28.4290658Z    Compiling aws-lc-rs v1.17.0
2026-07-27T08:31:28.4380418Z    Compiling scopeguard v1.2.0
2026-07-27T08:31:28.4920526Z    Compiling syn v2.0.117
2026-07-27T08:31:28.5030741Z    Compiling chacha20 v0.10.0
2026-07-27T08:31:28.5278219Z    Compiling lock_api v0.4.14
2026-07-27T08:31:28.5681042Z    Compiling form_urlencoded v1.2.2
2026-07-27T08:31:28.6421685Z    Compiling indexmap v2.14.0
2026-07-27T08:31:28.6657033Z    Compiling untrusted v0.9.0
2026-07-27T08:31:28.7259360Z    Compiling heck v0.5.0
2026-07-27T08:31:28.7700523Z    Compiling rustls v0.23.40
2026-07-27T08:31:28.7916144Z    Compiling unicode-xid v0.2.6
2026-07-27T08:31:28.8179112Z    Compiling anyhow v1.0.102
2026-07-27T08:31:28.8278334Z    Compiling atomic-waker v1.1.2
2026-07-27T08:31:28.8436888Z    Compiling const-oid v0.10.2
2026-07-27T08:31:28.8904300Z    Compiling zerocopy v0.8.50
2026-07-27T08:31:28.9036614Z    Compiling convert_case v0.10.0
2026-07-27T08:31:28.9114479Z    Compiling paste v1.0.15
2026-07-27T08:31:28.9254665Z    Compiling parking_lot_core v0.9.12
2026-07-27T08:31:28.9440861Z    Compiling httparse v1.10.1
2026-07-27T08:31:28.9711012Z    Compiling jobserver v0.1.34
2026-07-27T08:31:29.0160227Z    Compiling num-traits v0.2.19
2026-07-27T08:31:29.0323796Z    Compiling hybrid-array v0.4.12
2026-07-27T08:31:29.1452237Z    Compiling curve25519-dalek v4.1.3
2026-07-27T08:31:29.1931319Z    Compiling ahash v0.8.12
2026-07-27T08:31:29.2120575Z    Compiling either v1.16.0
2026-07-27T08:31:29.2429810Z    Compiling cc v1.2.63
2026-07-27T08:31:29.3358486Z    Compiling fastrand v2.4.1
2026-07-27T08:31:29.3462523Z    Compiling powerfmt v0.2.0
2026-07-27T08:31:29.3812557Z    Compiling base64ct v1.8.3
2026-07-27T08:31:29.4400615Z    Compiling crypto-common v0.1.7
2026-07-27T08:31:29.4920526Z    Compiling block-buffer v0.10.4
2026-07-27T08:31:29.5020523Z    Compiling http-body v1.0.1
2026-07-27T08:31:29.5270789Z    Compiling deranged v0.5.8
2026-07-27T08:31:29.6280556Z    Compiling digest v0.10.7
2026-07-27T08:31:29.6741009Z    Compiling pkg-config v0.3.33
2026-07-27T08:31:29.6799731Z    Compiling try-lock v0.2.5
2026-07-27T08:31:29.7892448Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T08:31:29.7912620Z    Compiling time-core v0.1.8
2026-07-27T08:31:29.8070783Z    Compiling zmij v1.0.21
2026-07-27T08:31:29.8082330Z    Compiling tower-service v0.3.3
2026-07-27T08:31:29.8870447Z    Compiling base64 v0.22.1
2026-07-27T08:31:29.8977966Z    Compiling tinyvec_macros v0.1.1
2026-07-27T08:31:29.9041564Z    Compiling data-encoding v2.11.0
2026-07-27T08:31:29.9580890Z    Compiling mio v1.2.1
2026-07-27T08:31:29.9831106Z    Compiling socket2 v0.6.4
2026-07-27T08:31:30.0040623Z    Compiling getrandom v0.2.17
2026-07-27T08:31:30.1092444Z    Compiling num-conv v0.2.2
2026-07-27T08:31:30.1974912Z    Compiling rand_core v0.6.4
2026-07-27T08:31:30.2660402Z    Compiling rand v0.10.1
2026-07-27T08:31:30.3000334Z    Compiling uuid v1.23.2
2026-07-27T08:31:30.3150447Z    Compiling vcpkg v0.2.15
2026-07-27T08:31:30.3593294Z    Compiling tinyvec v1.11.0
2026-07-27T08:31:30.3880355Z    Compiling sha2 v0.10.9
2026-07-27T08:31:30.4910741Z    Compiling parking_lot v0.12.5
2026-07-27T08:31:30.6037020Z    Compiling want v0.3.1
2026-07-27T08:31:30.7200426Z    Compiling cmake v0.1.58
2026-07-27T08:31:30.8244673Z    Compiling crypto-common v0.2.2
2026-07-27T08:31:30.8500810Z    Compiling block-buffer v0.12.0
2026-07-27T08:31:30.8680483Z    Compiling inout v0.1.4
2026-07-27T08:31:30.8807091Z    Compiling vergen-lib v9.1.0
2026-07-27T08:31:30.8874158Z    Compiling n0-future v0.3.2
2026-07-27T08:31:30.9360125Z    Compiling parking v2.2.1
2026-07-27T08:31:31.0070487Z    Compiling diatomic-waker v0.2.3
2026-07-27T08:31:31.0471052Z    Compiling cordyceps v0.3.4
2026-07-27T08:31:31.0650469Z    Compiling signature v2.2.0
2026-07-27T08:31:31.1079398Z    Compiling httpdate v1.0.3
2026-07-27T08:31:31.1191115Z    Compiling spin v0.10.0
2026-07-27T08:31:31.1531926Z    Compiling winnow v1.0.3
2026-07-27T08:31:31.1622683Z    Compiling serde_json v1.0.150
2026-07-27T08:31:31.1714017Z    Compiling crossbeam-utils v0.8.21
2026-07-27T08:31:31.1763702Z    Compiling ed25519 v2.2.3
2026-07-27T08:31:31.2280968Z    Compiling futures-lite v2.6.1
2026-07-27T08:31:31.2289478Z    Compiling cipher v0.4.4
2026-07-27T08:31:31.2624110Z    Compiling netlink-packet-core v0.8.1
2026-07-27T08:31:31.3697923Z    Compiling universal-hash v0.5.1
2026-07-27T08:31:31.3944103Z    Compiling vergen-lib v0.1.6
2026-07-27T08:31:31.4020533Z    Compiling futures-buffered v0.2.13
2026-07-27T08:31:31.4190844Z    Compiling vergen v9.1.0
2026-07-27T08:31:31.4339752Z    Compiling heapless v0.7.17
2026-07-27T08:31:31.4690808Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T08:31:31.4829866Z    Compiling noq-udp v0.10.0
2026-07-27T08:31:31.5007870Z    Compiling sync_wrapper v1.0.2
2026-07-27T08:31:31.5191276Z    Compiling allocator-api2 v0.2.21
2026-07-27T08:31:31.5751296Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T08:31:31.6059267Z    Compiling opaque-debug v0.3.1
2026-07-27T08:31:31.6210680Z    Compiling byteorder v1.5.0
2026-07-27T08:31:31.6510862Z    Compiling aws-lc-sys v0.41.0
2026-07-27T08:31:31.6791338Z    Compiling ring v0.17.14
2026-07-27T08:31:31.6875954Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T08:31:31.6940621Z    Compiling digest v0.11.3
2026-07-27T08:31:31.8012266Z    Compiling polyval v0.6.2
2026-07-27T08:31:31.8380434Z    Compiling hash32 v0.2.1
2026-07-27T08:31:31.8762602Z    Compiling vergen-gitcl v1.0.8
2026-07-27T08:31:31.8870013Z    Compiling spin v0.9.8
2026-07-27T08:31:31.9810589Z    Compiling fallible-iterator v0.3.0
2026-07-27T08:31:32.0381405Z    Compiling ryu v1.0.23
2026-07-27T08:31:32.0805604Z    Compiling num_threads v0.1.7
2026-07-27T08:31:32.1279265Z    Compiling signature v3.0.0
2026-07-27T08:31:32.1615299Z    Compiling tower-layer v0.3.3
2026-07-27T08:31:32.2250562Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T08:31:32.2650796Z    Compiling time v0.3.47
2026-07-27T08:31:32.2900931Z    Compiling ghash v0.5.1
2026-07-27T08:31:32.3139072Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T08:31:32.3344290Z    Compiling ctr v0.9.2
2026-07-27T08:31:32.3746556Z    Compiling aes v0.8.4
2026-07-27T08:31:32.3899233Z    Compiling fs2 v0.4.3
2026-07-27T08:31:32.4020395Z    Compiling http-body-util v0.1.3
2026-07-27T08:31:32.4399644Z    Compiling aead v0.5.2
2026-07-27T08:31:32.5340626Z    Compiling arrayvec v0.7.6
2026-07-27T08:31:32.5500277Z    Compiling openssl-probe v0.2.1
2026-07-27T08:31:32.6120313Z    Compiling utf8parse v0.2.2
2026-07-27T08:31:32.7011884Z    Compiling crossbeam-channel v0.5.15
2026-07-27T08:31:32.7310088Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T08:31:32.7461092Z    Compiling blake3 v1.8.5
2026-07-27T08:31:32.7760466Z    Compiling netlink-packet-route v0.29.0
2026-07-27T08:31:32.7861457Z    Compiling memoffset v0.6.5
2026-07-27T08:31:32.8270558Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T08:31:32.9352505Z    Compiling acto v0.8.2
2026-07-27T08:31:32.9513591Z    Compiling noq v0.18.0
2026-07-27T08:31:33.1120836Z    Compiling aes-gcm v0.10.3
2026-07-27T08:31:33.1530008Z    Compiling netwatch v0.16.0
2026-07-27T08:31:33.1800618Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T08:31:33.2067455Z    Compiling tagptr v0.2.0
2026-07-27T08:31:33.3112335Z    Compiling lru-slab v0.1.2
2026-07-27T08:31:33.3316094Z    Compiling mac-addr v0.3.0
2026-07-27T08:31:33.3429042Z    Compiling xml-rs v0.8.28
2026-07-27T08:31:33.3566992Z    Compiling thiserror v1.0.69
2026-07-27T08:31:33.4147446Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T08:31:33.4382819Z    Compiling rustc-hash v2.1.2
2026-07-27T08:31:33.4452856Z    Compiling foldhash v0.2.0
2026-07-27T08:31:33.5374086Z    Compiling ref-cast v1.0.25
2026-07-27T08:31:33.5510570Z    Compiling rustix v1.1.4
2026-07-27T08:31:33.6192616Z    Compiling identity-hash v0.1.0
2026-07-27T08:31:33.6980158Z    Compiling hashbrown v0.16.1
2026-07-27T08:31:33.8321265Z    Compiling netlink-packet-route v0.30.0
2026-07-27T08:31:33.9319856Z    Compiling termios v0.2.2
2026-07-27T08:31:34.0093436Z    Compiling errno v0.3.14
2026-07-27T08:31:34.0541634Z    Compiling serial-core v0.4.0
2026-07-27T08:31:34.1029757Z    Compiling ioctl-rs v0.1.6
2026-07-27T08:31:34.1920542Z    Compiling synstructure v0.13.2
2026-07-27T08:31:34.2150998Z    Compiling darling_core v0.20.11
2026-07-27T08:31:34.2541448Z    Compiling proc-macro-crate v3.5.0
2026-07-27T08:31:34.3461390Z    Compiling xmltree v0.10.3
2026-07-27T08:31:34.6000814Z    Compiling serde_derive_internals v0.29.1
2026-07-27T08:31:34.6330707Z    Compiling simple-dns v0.9.3
2026-07-27T08:31:34.8476278Z    Compiling aho-corasick v1.1.4
2026-07-27T08:31:34.9068284Z    Compiling signal-hook v0.3.18
2026-07-27T08:31:34.9611022Z    Compiling winnow v0.7.15
2026-07-27T08:31:34.9931575Z    Compiling linux-raw-sys v0.12.1
2026-07-27T08:31:35.0801527Z    Compiling simdutf8 v0.1.5
2026-07-27T08:31:35.1309339Z    Compiling smol_str v0.1.24
2026-07-27T08:31:35.1379529Z    Compiling regex-syntax v0.8.10
2026-07-27T08:31:35.2051676Z    Compiling resolv-conf v0.7.6
2026-07-27T08:31:35.4140948Z    Compiling constant_time_eq v0.4.2
2026-07-27T08:31:35.4471394Z    Compiling toml_write v0.1.2
2026-07-27T08:31:35.5950833Z    Compiling arrayref v0.3.9
2026-07-27T08:31:35.6333832Z    Compiling sha1_smol v1.0.1
2026-07-27T08:31:35.8445791Z    Compiling lru v0.16.4
2026-07-27T08:31:35.8803442Z    Compiling serial-unix v0.4.0
2026-07-27T08:31:36.0096535Z    Compiling darling_core v0.23.0
2026-07-27T08:31:36.0809102Z    Compiling signal-hook-registry v1.4.8
2026-07-27T08:31:36.1741709Z    Compiling serde_bytes v0.11.19
2026-07-27T08:31:36.4045494Z    Compiling serde_derive v1.0.228
2026-07-27T08:31:36.4082440Z    Compiling zeroize_derive v1.4.3
2026-07-27T08:31:36.4473508Z    Compiling tokio-macros v2.7.0
2026-07-27T08:31:36.4761517Z    Compiling futures-macro v0.3.32
2026-07-27T08:31:37.0882265Z    Compiling zeroize v1.8.2
2026-07-27T08:31:37.2920819Z    Compiling tokio v1.52.3
2026-07-27T08:31:37.3050774Z    Compiling zerofrom-derive v0.1.7
2026-07-27T08:31:37.5395981Z    Compiling yoke-derive v0.8.2
2026-07-27T08:31:37.5610845Z    Compiling futures-util v0.3.32
2026-07-27T08:31:37.7491519Z    Compiling zerovec-derive v0.11.3
2026-07-27T08:31:37.8461409Z    Compiling displaydoc v0.2.6
2026-07-27T08:31:37.9800681Z    Compiling tracing-attributes v0.1.31
2026-07-27T08:31:38.8411033Z    Compiling rustls-pki-types v1.14.1
2026-07-27T08:31:39.0127555Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T08:31:39.0401571Z    Compiling thiserror-impl v2.0.18
2026-07-27T08:31:39.1240972Z    Compiling zerofrom v0.1.8
2026-07-27T08:31:39.2310654Z    Compiling yoke v0.8.3
2026-07-27T08:31:39.4860646Z    Compiling zerovec v0.11.6
2026-07-27T08:31:39.7744348Z    Compiling zerotrie v0.2.4
2026-07-27T08:31:39.7870832Z    Compiling darling_macro v0.20.11
2026-07-27T08:31:39.7940981Z    Compiling derive_more-impl v2.1.1
2026-07-27T08:31:39.8906096Z    Compiling n0-error-macros v0.1.3
2026-07-27T08:31:40.0740840Z    Compiling spez v0.1.2
2026-07-27T08:31:40.1710798Z    Compiling darling v0.20.11
2026-07-27T08:31:40.2510558Z    Compiling tinystr v0.8.3
2026-07-27T08:31:40.2960711Z    Compiling potential_utf v0.1.5
2026-07-27T08:31:40.3243409Z    Compiling derive_builder_core v0.20.2
2026-07-27T08:31:40.4948391Z    Compiling icu_locale_core v2.2.0
2026-07-27T08:31:40.5161174Z    Compiling icu_collections v2.2.0
2026-07-27T08:31:40.5450776Z    Compiling der v0.8.0-rc.10
2026-07-27T08:31:40.7111891Z    Compiling pin-project-internal v1.1.13
2026-07-27T08:31:41.1610805Z    Compiling n0-error v0.1.3
2026-07-27T08:31:41.4240758Z    Compiling cobs v0.3.0
2026-07-27T08:31:41.6217883Z    Compiling icu_provider v2.2.0
2026-07-27T08:31:41.6585354Z    Compiling ed25519-dalek v2.2.0
2026-07-27T08:31:41.7220994Z    Compiling derive_builder_macro v0.20.2
2026-07-27T08:31:42.0238519Z    Compiling icu_properties v2.2.0
2026-07-27T08:31:42.0385039Z    Compiling icu_normalizer v2.2.0
2026-07-27T08:31:42.0608838Z    Compiling derive_builder v0.20.2
2026-07-27T08:31:42.0800853Z    Compiling futures-executor v0.3.32
2026-07-27T08:31:42.1676485Z    Compiling spki v0.8.0-rc.4
2026-07-27T08:31:42.1800911Z    Compiling pin-project v1.1.13
2026-07-27T08:31:42.2859720Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T08:31:42.3761753Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T08:31:42.5771387Z    Compiling ipnet v2.12.0
2026-07-27T08:31:42.5839039Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T08:31:42.8380644Z    Compiling futures v0.3.32
2026-07-27T08:31:42.8611109Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T08:31:42.9160622Z    Compiling postcard-derive v0.2.2
2026-07-27T08:31:43.0710406Z    Compiling prefix-trie v0.8.4
2026-07-27T08:31:43.2970340Z    Compiling once_cell v1.21.4
2026-07-27T08:31:43.3400849Z    Compiling data-encoding-macro v0.1.20
2026-07-27T08:31:43.4044110Z    Compiling rustls-native-certs v0.8.4
2026-07-27T08:31:43.5020420Z    Compiling tracing-core v0.1.36
2026-07-27T08:31:43.5055506Z    Compiling idna_adapter v1.2.2
2026-07-27T08:31:43.5518482Z    Compiling postcard v1.1.3
2026-07-27T08:31:43.6272458Z    Compiling idna v1.1.0
2026-07-27T08:31:43.7270685Z    Compiling tokio-util v0.7.18
2026-07-27T08:31:43.7458931Z    Compiling hashbrown v0.14.5
2026-07-27T08:31:43.8732667Z    Compiling netlink-sys v0.8.8
2026-07-27T08:31:43.9116985Z    Compiling tower v0.5.3
2026-07-27T08:31:44.0067416Z    Compiling tracing v0.1.44
2026-07-27T08:31:44.0160890Z    Compiling num_enum_derive v0.7.6
2026-07-27T08:31:44.0241000Z    Compiling async-trait v0.1.89
2026-07-27T08:31:44.0326297Z    Compiling strum_macros v0.28.0
2026-07-27T08:31:44.1090572Z    Compiling enum-assoc v1.3.0
2026-07-27T08:31:44.1901727Z    Compiling url v2.5.8
2026-07-27T08:31:44.3975258Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T08:31:44.5870502Z    Compiling derive_more v2.1.1
2026-07-27T08:31:44.6433813Z    Compiling hashlink v0.9.1
2026-07-27T08:31:44.6555325Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T08:31:44.8000457Z    Compiling netlink-proto v0.12.0
2026-07-27T08:31:44.8772690Z    Compiling h2 v0.4.14
2026-07-27T08:31:44.9496331Z    Compiling tokio-stream v0.1.18
2026-07-27T08:31:44.9721711Z    Compiling netdev v0.42.0
2026-07-27T08:31:44.9876372Z    Compiling iroh-relay v0.98.0
2026-07-27T08:31:45.0798450Z    Compiling rusqlite v0.32.1
2026-07-27T08:31:45.1070568Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T08:31:45.1251301Z    Compiling n0-watcher v0.6.1
2026-07-27T08:31:45.1944709Z    Compiling num_enum v0.7.6
2026-07-27T08:31:45.2304571Z    Compiling iroh-metrics v0.38.3
2026-07-27T08:31:45.2632307Z    Compiling attohttpc v0.30.1
2026-07-27T08:31:45.2830959Z    Compiling iroh-base v0.98.0
2026-07-27T08:31:45.3130807Z    Compiling tower-http v0.6.11
2026-07-27T08:31:45.4041591Z    Compiling moka v0.12.15
2026-07-27T08:31:45.4710657Z    Compiling toml_datetime v0.6.11
2026-07-27T08:31:45.6740636Z    Compiling serde_spanned v0.6.9
2026-07-27T08:31:45.7970659Z    Compiling ref-cast-impl v1.0.25
2026-07-27T08:31:45.8218381Z    Compiling thiserror-impl v1.0.69
2026-07-27T08:31:45.8294847Z    Compiling toml_edit v0.22.27
2026-07-27T08:31:46.0310778Z    Compiling webpki-roots v1.0.7
2026-07-27T08:31:46.2000792Z    Compiling regex-automata v0.4.14
2026-07-27T08:31:46.4612611Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T08:31:46.5390970Z    Compiling schemars_derive v1.2.1
2026-07-27T08:31:46.7631647Z    Compiling seize v0.5.1
2026-07-27T08:31:46.7700883Z    Compiling hmac v0.12.1
2026-07-27T08:31:46.7810359Z    Compiling iroh v0.98.2
2026-07-27T08:31:46.9170548Z    Compiling rustix v0.38.44
2026-07-27T08:31:47.0530663Z    Compiling strum v0.28.0
2026-07-27T08:31:47.0918314Z    Compiling pin-utils v0.1.0
2026-07-27T08:31:47.1147736Z    Compiling cmov v0.5.4
2026-07-27T08:31:47.1536110Z    Compiling iroh-dns v0.98.0
2026-07-27T08:31:47.1610627Z    Compiling dyn-clone v1.0.20
2026-07-27T08:31:47.1768301Z    Compiling bitflags v1.3.2
2026-07-27T08:31:47.2480778Z    Compiling nix v0.25.1
2026-07-27T08:31:47.2509625Z    Compiling papaya v0.2.4
2026-07-27T08:31:47.3280800Z    Compiling hkdf v0.12.4
2026-07-27T08:31:47.3913107Z    Compiling ctutils v0.4.2
2026-07-27T08:31:47.4029549Z    Compiling backon v1.6.0
2026-07-27T08:31:47.4925644Z    Compiling darling_macro v0.23.0
2026-07-27T08:31:47.5229355Z    Compiling filedescriptor v0.8.3
2026-07-27T08:31:47.6800651Z    Compiling serial v0.4.0
2026-07-27T08:31:47.7671135Z    Compiling anstyle-parse v1.0.0
2026-07-27T08:31:47.7781781Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T08:31:47.7869052Z    Compiling colorchoice v1.0.5
2026-07-27T08:31:47.8082878Z    Compiling unicode-width v0.2.0
2026-07-27T08:31:47.8480477Z    Compiling instability v0.3.12
2026-07-27T08:31:47.8723579Z    Compiling linux-raw-sys v0.4.15
2026-07-27T08:31:47.8920840Z    Compiling downcast-rs v1.2.1
2026-07-27T08:31:47.9719922Z    Compiling anstyle v1.0.14
2026-07-27T08:31:47.9858415Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T08:31:48.0213949Z    Compiling shell-words v1.1.1
2026-07-27T08:31:48.1000435Z    Compiling foldhash v0.1.5
2026-07-27T08:31:48.1044927Z    Compiling anstyle-query v1.1.5
2026-07-27T08:31:48.1502930Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T08:31:48.2150462Z    Compiling anstream v1.0.0
2026-07-27T08:31:48.2251232Z    Compiling vte v0.13.1
2026-07-27T08:31:48.2490767Z    Compiling hashbrown v0.15.5
2026-07-27T08:31:48.2620428Z    Compiling signal-hook-mio v0.2.5
2026-07-27T08:31:48.2866234Z    Compiling darling v0.23.0
2026-07-27T08:31:48.3666047Z    Compiling spake2 v0.4.0
2026-07-27T08:31:48.3797323Z    Compiling terminal_size v0.4.4
2026-07-27T08:31:48.5590819Z    Compiling strum_macros v0.26.4
2026-07-27T08:31:48.6910781Z    Compiling toml v0.8.23
2026-07-27T08:31:48.7400334Z    Compiling schemars v1.2.1
2026-07-27T08:31:48.7727628Z    Compiling sha1 v0.10.6
2026-07-27T08:31:49.0500481Z    Compiling itertools v0.13.0
2026-07-27T08:31:49.1726504Z    Compiling castaway v0.2.4
2026-07-27T08:31:49.2800131Z    Compiling unicode-width v0.1.14
2026-07-27T08:31:49.4100599Z    Compiling regex v1.12.3
2026-07-27T08:31:49.6160465Z    Compiling indoc v2.0.7
2026-07-27T08:31:49.7290657Z    Compiling static_assertions v1.1.0
2026-07-27T08:31:49.8048362Z    Compiling clap_lex v1.1.0
2026-07-27T08:31:49.8471087Z    Compiling doctest-file v1.1.1
2026-07-27T08:31:50.0830629Z    Compiling clap_builder v4.6.0
2026-07-27T08:31:50.1449537Z    Compiling compact_str v0.8.2
2026-07-27T08:31:50.3980829Z    Compiling interprocess v2.4.2
2026-07-27T08:31:50.7347114Z    Compiling crossterm v0.28.1
2026-07-27T08:31:51.1226988Z    Compiling hyper v1.10.1
2026-07-27T08:31:51.1851062Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T08:31:51.2060807Z    Compiling strum v0.26.3
2026-07-27T08:31:51.2775253Z    Compiling lru v0.12.5
2026-07-27T08:31:51.3111341Z    Compiling unicode-truncate v1.1.0
2026-07-27T08:31:51.3391108Z    Compiling clap_derive v4.6.1
2026-07-27T08:31:51.4250352Z    Compiling cassowary v0.3.0
2026-07-27T08:31:51.4520416Z    Compiling iana-time-zone v0.1.65
2026-07-27T08:31:51.4900729Z    Compiling nucleo-matcher v0.3.1
2026-07-27T08:31:51.5799823Z    Compiling portable-pty v0.8.1
2026-07-27T08:31:51.6001143Z    Compiling chrono v0.4.45
2026-07-27T08:31:51.8341055Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T08:31:52.1533459Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T08:31:52.3290593Z    Compiling ratatui v0.29.0
2026-07-27T08:31:52.4370371Z    Compiling qrcode v0.14.1
2026-07-27T08:31:52.5710891Z    Compiling tempfile v3.27.0
2026-07-27T08:31:53.0020681Z    Compiling hyper-util v0.1.20
2026-07-27T08:31:53.6391101Z    Compiling clap v4.6.1
2026-07-27T08:31:54.9463482Z    Compiling igd-next v0.17.1
2026-07-27T08:31:55.6240297Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T08:31:56.0000594Z    Compiling portmapper v0.16.0
2026-07-27T08:32:00.9227979Z    Compiling rustls-webpki v0.103.13
2026-07-27T08:32:03.3393142Z    Compiling tokio-rustls v0.26.4
2026-07-27T08:32:03.3393644Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T08:32:03.3394022Z    Compiling noq-proto v0.17.0
2026-07-27T08:32:03.4863222Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T08:32:03.4863861Z    Compiling hyper-rustls v0.27.9
2026-07-27T08:32:03.4866080Z    Compiling tokio-websockets v0.13.2
2026-07-27T08:32:03.6113464Z    Compiling reqwest v0.13.4
2026-07-27T08:32:04.6120894Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T08:32:18.8139821Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T08:32:20.3574042Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T08:32:30.5657223Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T08:32:35.6090021Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-27T08:32:35.6323189Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T08:32:35.6335608Z 
2026-07-27T08:32:35.6335889Z running 1 test
2026-07-27T08:32:41.8276961Z test new_brain_serves_against_old_broker ... ok
2026-07-27T08:32:41.8277276Z 
2026-07-27T08:32:41.8277557Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-27T08:32:41.8277948Z 
